home *** CD-ROM | disk | FTP | other *** search
/ Megahits 6 / Megahits 6 (1995)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / time_ungepackt / time_271_300 / time287 / superview / install_superview.script < prev    next >
Text File  |  1995-07-15  |  491b  |  23 lines

  1. ; Install_SuperView.script V1.4 (23.01.1994)
  2. ; © 1993-94 by Andreas R. Kleinert.
  3. ; This is the Installer Script for SuperView V1.4
  4.  
  5. (copyfiles
  6.   (prompt "Installing SuperView now. Libraries have to be installed separately.")
  7.   (help @copyfiles-help)
  8.   (source ":SuperView")
  9.   (set svcomdir
  10.           (askdir
  11.              (prompt "Select path to install SuperView to")
  12.              (help @askdir-help)
  13.              (newpath)
  14.              (default "SYS:SuperView")
  15.           )
  16.   )
  17.   (dest svcomdir)
  18.   (all)
  19.   (confirm)
  20. )
  21.  
  22.  
  23.